home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Developers / ASTcl 1.0 / ASTcl-1.0 / ASTclUtils.h < prev    next >
Encoding:
Text File  |  1996-09-28  |  589 b   |  20 lines

  1. /*
  2.  * ASTcl -- DoAppleScript package for MacTcl 7.5.1
  3.  * This code adds the command "DoAppleScript <script>" to MacTcl.
  4.  *
  5.  * ASTclUtils.h -- header file for ASTclUtils.c
  6.  * Adapted from "FinderScripter (Scripts)" 
  7.  * in Ultimate Mac Programming by Dave Mark.
  8.  * Written on 960927.
  9.  * 
  10.  * Copyright (c) 1996 by Theodore C. Belding
  11.  * University of Michigan Program for the Study of Complex Systems
  12.  * <mailto:Ted.Belding@umich.edu>
  13.  * <http://www-personal.engin.umich.edu>
  14.  * 
  15.  * This code is freeware.
  16.  */
  17.  
  18. int        OSAScriptInit( void );
  19. int        ProcessScript( char* scriptStr, char* result );
  20.